home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1995 January
/
macformat-020.iso
/
Shareware City
/
Developers
/
OutOfPhase1.01Source
/
OutOfPhase Folder
/
CRC32.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-10-01
|
273 b
|
16 lines
|
[
TEXT/KAHL
]
/* CRC32.h */
#ifndef Included_CRC32_h
#define Included_CRC32_h
/* CRC32 module depends on */
/* MiscInfo.h */
/* Audit */
/* Debug */
/* Definitions */
/* calculate a CRC-32 on a block of data */
unsigned long CalculateCRC32(char* Buffer, long NumBytes);
#endif